home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / CInclude / GSBug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-04  |  683 b   |  27 lines  |  [TEXT/MPS ]

  1. /********************************************
  2. ; File: GSBug.h
  3. ;
  4. ;
  5. ; Copyright Apple Computer, Inc. 1991
  6. ; All Rights Reserved
  7. ;
  8. ********************************************/
  9.  
  10. #ifndef __TYPES__
  11. #include <TYPES.h>
  12. #endif
  13.  
  14. #ifndef __GSBUG__
  15. #define __GSBUG__
  16.  
  17. #define dgiProgramCounter 0  /* for DebugGetInfo */
  18.  
  19. extern pascal Word DebugVersion() inline(0x04FF,dispatcher);
  20. extern pascal Word DebugStatus() inline(0x06FF,dispatcher);
  21. extern pascal void DebugStr() inline(0x09FF,dispatcher);
  22. extern pascal void SetMileStone() inline(0x0AFF,dispatcher);
  23. extern pascal void DebugSetHook() inline(0x0BFF,dispatcher);
  24. extern pascal LongWord DebugGetInfo() inline(0x0CFF,dispatcher);
  25.  
  26. #endif
  27.